[XEND] Remove misleading debugging message
authorAlastair Tse <atse@xensource.com>
Thu, 5 Oct 2006 16:29:20 +0000 (17:29 +0100)
committerAlastair Tse <atse@xensource.com>
Thu, 5 Oct 2006 16:29:20 +0000 (17:29 +0100)
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=732

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/util/blkif.py

index c9a9dc9e6abc93fd4e9473fc5e7739c6bebf2677..ba42d826ccb33b7aa31360386f055d5ac3baec6b 100644 (file)
@@ -21,7 +21,6 @@ def blkdev_name_to_number(name):
     try:
         return os.stat(n).st_rdev
     except Exception, ex:
-        log.debug("exception looking up device number for %s: %s", name, ex)
         pass
 
     if re.match( '/dev/sd[a-p]([1-9]|1[0-5])?', n):